Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/1328 range responses #1341

Merged
merged 2 commits into from
Mar 2, 2024
Merged

Fix/1328 range responses #1341

merged 2 commits into from
Mar 2, 2024

Conversation

eikek
Copy link
Owner

@eikek eikek commented Mar 2, 2024

No description provided.

eikek added 2 commits March 2, 2024 22:15
- create version for NixOS containers and virtual machines
- contains postgres and working email setup, including roundcube for
  looking at sent mails
Use a fixed chunk-size in case the request specifies an open range
which would mean to transport the entire file. In this case, the
client gets some smaller chunk as it is already indicating to
understand range responses. If a file is smaller than this chunksize,
it will be a normal response.

Fixes: #1328
@eikek eikek force-pushed the fix/1328-range-responses branch from 3c09145 to f010e3a Compare March 2, 2024 21:16
@mergify mergify bot merged commit 2628534 into master Mar 2, 2024
4 of 5 checks passed
@mergify mergify bot deleted the fix/1328-range-responses branch March 2, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant